Skip to content

Add explicit module for sqlite3ext.h - #101

Merged
sbooth merged 1 commit into
mainfrom
modules
Aug 22, 2026
Merged

Add explicit module for sqlite3ext.h#101
sbooth merged 1 commit into
mainfrom
modules

Conversation

@sbooth

@sbooth sbooth commented Aug 22, 2026

Copy link
Copy Markdown
Owner

No description provided.

@sbooth sbooth linked an issue Aug 22, 2026 that may be closed by this pull request
@sbooth
sbooth marked this pull request as ready for review August 22, 2026 03:14
Copilot AI lite review requested due to automatic review settings August 22, 2026 03:14

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

No unresolved review issues were identified.

Pull request overview

This PR separates SQLite extension declarations into an explicit submodule while preserving the standard API.

Changes:

  • Groups core headers under CSQLite.csqlite.
  • Adds textual CSQLite.ext for sqlite3ext.h.
  • Re-exports the core module by default.
File summaries
File Description
Sources/CSQLite/include/module.modulemap Defines the core and extension submodules.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@sbooth
sbooth merged commit d4560f1 into main Aug 22, 2026
2 checks passed
@sbooth
sbooth deleted the modules branch August 22, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Undeclared identifier compile error from Objective-C

2 participants